libdts is a free library for decoding DTS Coherent Acoustics streams. It is released under the terms of the GPL license. The DTS Coherent Acoustics standard is used in a variety of applications, including DVD, DTS audio CD and radio broadcasting.
The main goals in libdts development are:
- Portability - currently all of the code is written in C, and when we write platform-specific optimizations we will always keep a generic C routine to fall back on.
- Reuseability - we do not want libdts to include any project-specific code, but it should still include enough features to be used by very diverse projects.
- Precision - we do not yet fully support all the core specification of the DTS Coherent Acoustics standard so do not expect too much of this library for now.
- Speed - current code is not optimised at all.
The project homepage is at
http://www.videolan.org/dtsdec.html.